home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Warrior’s Progress
/
source code
/
Source
/
Libraries
/
Application
/
ScreenPartMaker.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
255 b
|
20 lines
|
[
TEXT/CWIE
]
// ScreenPartMaker.h
#ifndef ScreenPartMaker_h
#define ScreenPartMaker_h
#ifndef PointObject_h
#include "PointObject.h"
#endif
class ScreenPart;
class ScreenPartMaker
{
public:
virtual ScreenPart& MakeScreenPart( PointObject p );
};
#endif